home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / borland / td1pat.zip / PATTD386.BAT < prev    next >
DOS Batch File  |  1988-12-15  |  598b  |  20 lines

  1. echo off
  2. echo 
  3. echo This batch file patches TD386.EXE to fix two problems: TD386
  4. echo locking on start-up on certain machines, and TD386 not initializing
  5. echo the interrupt controller correctly.
  6. echo 
  7. echo Syntax:  PATTD386 [TD386-Directory]
  8. echo Example: PATTD386 C:\TD\
  9. echo 
  10. echo If no parameter is specified for TD386's directory,  TD386.EXE in
  11. echo the current directory is patched.  Note: If you specify a pathname,
  12. echo the last '\' is required.
  13. echo 
  14. echo Hit any key to patch TD386, ^C to exit
  15. echo 
  16. pause
  17. PATCH TD386.DIF %1TD386.EXE
  18. PATCH TD386-1.DIF %1TD386.EXE
  19.  
  20.